home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / Dragonsmith 1.1.1 / Base files / Utilities / EventUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-03  |  144 b   |  10 lines  |  [TEXT/KAHL]

  1. /*
  2.     EventUtils.h
  3. */
  4.  
  5. #pragma once
  6.  
  7. #include    <Events.h>
  8.  
  9. void YieldCPUTime (unsigned short ticks);
  10. Boolean IsCancelEvent (EventRecord *theEvent);